object AddCityForm: TAddCityForm Left = 162 Top = 88 BorderStyle = bsDialog Caption = 'TimeEzy - Add City' ClientHeight = 219 ClientWidth = 436 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object CountryLabel: TLabel Left = 5 Top = 6 Width = 56 Height = 18 Caption = 'Country' Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object CityLabel: TLabel Left = 152 Top = 163 Width = 27 Height = 18 Caption = 'City' Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object CountryValLabel: TLabel Left = 5 Top = 28 Width = 144 Height = 19 AutoSize = False Caption = 'XXXXX' Font.Color = clInfoText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object ZoneLabel: TLabel Left = 153 Top = 6 Width = 35 Height = 18 Caption = 'Zone' Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object ZoneValLabel: TLabel Left = 153 Top = 28 Width = 280 Height = 19 AutoSize = False Caption = 'Xxxxxxxxxx' Font.Color = clInfoText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object XLabel: TLabel Left = 284 Top = 193 Width = 10 Height = 18 Caption = 'X' Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object YLabel: TLabel Left = 348 Top = 193 Width = 10 Height = 18 Caption = 'Y' Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label1: TLabel Left = 152 Top = 193 Width = 114 Height = 18 Caption = 'Position on Map' Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object CityEdit: TEdit Left = 184 Top = 160 Width = 249 Height = 25 Color = clInfoBk Font.Color = clInfoText Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 Text = 'LyyGjjHgg' end object CountryListBox: TListBox Left = 4 Top = 44 Width = 141 Height = 141 Color = clInfoBk Font.Color = clInfoText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 OnClick = CountryListBoxClick end object OKBitBtn: TBitBtn Left = 4 Top = 190 Width = 69 Height = 25 TabOrder = 5 TabStop = False OnClick = OKBitBtnClick Kind = bkOK end object CancelBitBtn: TBitBtn Left = 76 Top = 190 Width = 69 Height = 25 Caption = '&Cancel' TabOrder = 6 TabStop = False Kind = bkCancel end object ZoneListBox: TListBox Left = 152 Top = 44 Width = 281 Height = 113 Color = clInfoBk Font.Color = clInfoText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 1 OnClick = ZoneListBoxClick end object XEdit: TEdit Left = 296 Top = 190 Width = 37 Height = 25 Color = clInfoBk Font.Color = clInfoText Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 Text = '56' end object YEdit: TEdit Left = 360 Top = 190 Width = 37 Height = 25 Color = clInfoBk Font.Color = clInfoText Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 Text = '88' end end